@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-BoldItalic.eot');
	src: local('Gotham Pro Bold Italic'), local('GothamPro-BoldItalic'),
		url('../fonts/GothamPro-BoldItalic-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-BoldItalic.woff') format('woff'),
		url('../fonts/GothamPro-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Italic.eot');
	src: local('Gotham Pro Italic'), local('GothamPro-Italic'),
		url('../fonts/GothamPro-Italic-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-Italic.woff') format('woff'),
		url('../fonts/GothamPro-Italic.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
		url('../fonts/GothamPro-Medium-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-Medium.woff') format('woff'),
		url('../fonts/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-BlackItalic.eot');
	src: local('Gotham Pro Black Italic'), local('GothamPro-BlackItalic'),
		url('../fonts/GothamPro-BlackItalic-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-BlackItalic.woff') format('woff'),
		url('../fonts/GothamPro-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('../fonts/GothamPro-Bold-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-Bold.woff') format('woff'),
		url('../fonts/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('../fonts/GothamProNarrow-Bold.eot');
	src: local('Gotham Pro Narrow Bold'), local('GothamProNarrow-Bold'),
		url('../fonts/GothamProNarrow-Bold-1.eot') format('embedded-opentype'),
		url('../fonts/GothamProNarrow-Bold.woff') format('woff'),
		url('../fonts/GothamProNarrow-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro Narrow';
	src: url('../fonts/GothamProNarrow-Medium.eot');
	src: local('Gotham Pro Narrow Medium'), local('GothamProNarrow-Medium'),
		url('../fonts/GothamProNarrow-Medium-1.eot') format('embedded-opentype'),
		url('../fonts/GothamProNarrow-Medium.woff') format('woff'),
		url('../fonts/GothamProNarrow-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-LightItalic.eot');
	src: local('Gotham Pro Light Italic'), local('GothamPro-LightItalic'),
		url('../fonts/GothamPro-LightItalic-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-LightItalic.woff') format('woff'),
		url('../fonts/GothamPro-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Light.eot');
	src: local('Gotham Pro Light'), local('GothamPro-Light'),
		url('../fonts/GothamPro-Light-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-Light.woff') format('woff'),
		url('../fonts/GothamPro-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-Black.eot');
	src: local('Gotham Pro Black'), local('GothamPro-Black'),
		url('../fonts/GothamPro-Black-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-Black.woff') format('woff'),
		url('../fonts/GothamPro-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('../fonts/GothamPro-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro.woff') format('woff'),
		url('../fonts/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/GothamPro-MediumItalic.eot');
	src: local('Gotham Pro Medium Italic'), local('GothamPro-MediumItalic'),
		url('../fonts/GothamPro-MediumItalic-1.eot') format('embedded-opentype'),
		url('../fonts/GothamPro-MediumItalic.woff') format('woff'),
		url('../fonts/GothamPro-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

* {
    padding: 0;
    margin: 0;
    outline: 0;
}
html {
    position: relative;
    min-height: 100vh;
    width: 100%;
}
body {
    margin: 0 auto;
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    
	background-size: cover;
    background-color: #18191d;
    font-family: "Gotham Pro", sans-serif;
    font-weight: 400;
    width: 100%;
    min-height: 100%;
}
li {
    list-style: none;
}
a:focus, a:hover,a {
    text-decoration: none!important;
    color: white;
}

header {
	margin-top: 30px;
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -10px;
}
header .logo {
	height: 80px;
	width: 100px;
}
header .col-md-2 {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
header .col-md-8 {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	text-align: center;
}
header .nav_menu {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	margin: 0;
}
header .nav_menu li {
	height: 100%;
	padding: 0 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
	position: relative;
	text-align: center;
}
header .nav_menu li:after {
    -webkit-transition: .5s;
    -o-transition: .5s;
}
header .nav_menu li:after {
    left: 0;
    right: 0;
    top: 54px;
    content: "";
    margin: auto;
    position: absolute;
    background: rgb(164,88,152);
	background: -moz-linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
	background: linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
    transition: .5s;
    width: 0%;
    height: 2px;
}
header .nav_menu .active:after {
	width: 50px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	
}
header .nav_menu li:hover:after {
	width: 50px}
	
header .login_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 4px 4px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	background: rgb(164,88,152);
	background: -moz-linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
	background: linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
}
header .login_btn .box {
	display: flex;
	justify-content: center;
	align-items: center;
	background: white;
	color: black;
	font-weight: 500;
	font-size: 14px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	padding: 5px 10px;
}
header .login_btn:hover .box {
	transition:0.7s;
	background: rgb(164,88,152);
	background: -moz-linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
	background: linear-gradient(90deg, rgba(164,88,152,1) 0%, rgba(104,61,132,1) 100%);
	color: white;
	-webkit-transition:0.7s;
	-moz-transition:0.7s;
	-ms-transition:0.7s;
	-o-transition:0.7s;
}

.main {
	width: 100%;
	height: 100%;
	right: 40%;
}
.main .phone {
	position: absolute;
	bottom: 0;
	right: 40%;
	width: 28%;

}
.main .block_info {
	position: relative;
	z-index: 5;
	width: 100%;
	height: 100%;
}
.main .block_info .text {
	color: white;
    font-weight: 900;
    font-size: 68px;
    line-height: 58px;
	text-shadow: 2px 2px 0px #c9579d;
	margin-top: 200px;
}
.main .block_info .info_online {
	margin-top: 30px;
	color: white;
	font-size: 37px;
	font-weight: 600;
	
}
.main .block_info .info_online .title {
	width: 100%;
	margin-bottom: -23px;
}
.main .block_info .info_online .online {
	display: flex;
	align-items: flex-end;

}
.input_group select {
	width: 344px;
	height: 45px;
	background: #ffffff;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 50px;
	color: #000000;
}
.main .block_info .info_online .online .count {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 61px;
	color: #bb3395;
	margin-right: 10px;
	display: flex;
	align-items: flex-end;
}
.main .block_info .info_online .online b {
	font-size: 41px;
	margin-bottom: 8px;
}
.main .pers {
	position: absolute;
	bottom: 0;
	width: 28%;
	right: 32%;
}
.area_forms {
	width: 100%;
	display: flex;
	margin-top: 30px;
	justify-content: flex-end;
	align-items: center;
}
.login_forms {
	width: 100%;
	display: flex;
	margin-top: 30px;
	justify-content: center;
	align-items: center;
	position: relative;
}
.login_forms h3{
	position: absolute;
	font-size: 26px;
	color: white;
	font-weight: 900;
	text-shadow: 2px 2px 0px #c9579d;
	
	top: 0;
}

.input_group {
	margin-top: 25px;
	position: relative;
	display: flex;
	align-items: center;
}
.input_group .icon {
	position: absolute;
	width: 20px;
	margin-left: 20px;
}
.input_group input {
	width: 344px;
	height: 45px;
	background: #ffffff;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	padding-left: 50px;
	color: #000000;
}
.button_go {
	width: 344px;	
	height: 47px;
	background: rgb(201,87,157);
background: -moz-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
background: -webkit-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
background: linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
display: flex;
justify-content: center;
align-items: center;
font-size: 17px;
color: white;
border: none;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 21px;
}
.my_button {
	width: 344px;	
	height: 47px;
	background: rgb(201,87,157);
	background: -moz-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	background: -webkit-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	background: linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 17px;
	color: white;
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-top: 21px;
}
.why_buy {
	margin-top: 70px;
}
.area_forms {
	position: relative;
	/* padding-right: 180px; */
}
.area_forms h3{
	position: absolute;
	font-size: 30px;
	color: white;
	font-weight: 900;
	text-shadow: 2px 2px 0px #c9579d;
	right: 50px;
	top: 0;
}
.area_forms .girl {
	position: absolute;
    top: 0;
    left: 0%;
    width: 570px;
}
.why_buy h3 {
	font-size: 33px;
	font-weight: 900;
	
	color: white;
	margin-bottom: 20px;
	margin-top: 20px;
}
.why_buy .shop_list {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;

}
.why_buy .shop_list li {
	width: 220px;
	height: 200px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	margin-left: 20px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	
	position: relative;
	justify-content: center;
	color: #000000;
	font-size: 20px;
	font-weight: bold;
}
.why_buy .shop_list li .icon {
	display: flex;
	width: 100%;
	margin-top: 30px;
	align-items: center;
	justify-content: center;
}
.why_buy .shop_list li .value {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 100%;
	margin-top: -10px;
}
.why_buy .shop_list li .cost {
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 2px 8px;
	color: white;
	font-size: 14px;
	border-radius:3px;
	display: flex;
	align-items: center;
	text-align: center;
	align-items: center;
	font-weight: bold;
	z-index: 3;
	background: rgb(201,87,157);
	background: -moz-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	background: -webkit-linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	background: linear-gradient(300deg, rgba(201,87,157,1) 0%, rgba(84,32,124,1) 100%);
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-box-shadow: 0px 0px 36px 18px rgba(93,36,126,0.58);
-moz-box-shadow: 0px 0px 36px 18px rgba(93,36,126,0.58);
box-shadow: 0px 0px 36px 18px rgba(93,36,126,0.58);



}